home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Tk / generic / patchlevel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-31  |  912 b   |  24 lines

  1. /*
  2.  * patchlevel.h --
  3.  *
  4.  * This file does nothing except define a "patch level" for Tk.
  5.  * The patch level has the form "X.YpZ" where X.Y is the base
  6.  * release, and Z is a serial number that is used to sequence
  7.  * patches for a given release.  Thus 4.0p1 is the first patch
  8.  * to release 4.0, 4.0p2 is the patch that follows 4.0p1, and
  9.  * so on.  The "pZ" is omitted in an original new release, and
  10.  * it is replaced with "bZ" for beta releases or "aZ" for alpha
  11.  * releases (e.g. 4.0b1 is the first beta release of Tk 4.0).
  12.  * The patch level ensures that patches are applied in the
  13.  * correct order and only to appropriate sources.
  14.  *
  15.  * Copyright (c) 1994-1996 Sun Microsystems, Inc.
  16.  *
  17.  * See the file "license.terms" for information on usage and redistribution
  18.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  19.  *
  20.  * SCCS: @(#) patchlevel.h 1.16 96/04/10 14:30:23
  21.  */
  22.  
  23. #define TK_PATCH_LEVEL "4.1"
  24.